Skip to content

Include missing naga capabilities for wgpu 27#22509

Merged
mockersf merged 1 commit intobevyengine:mainfrom
kurtkuehnert:added_capabilities
Jan 14, 2026
Merged

Include missing naga capabilities for wgpu 27#22509
mockersf merged 1 commit intobevyengine:mainfrom
kurtkuehnert:added_capabilities

Conversation

@kurtkuehnert
Copy link
Contributor

Objective

  • Update Bevy’s shader capabilities mapping to match wgpu 27’s validator capabilities.
  • make working with unpack2x16float and pack2x16float possible again

Solution

  • Added the missing SHADER_FLOAT16_IN_FLOAT32 and TEXTURE_EXTERNAL capability checks in get_capabilities to mirror wgpu-core’s create_validator.

@kurtkuehnert kurtkuehnert added A-Rendering Drawing game state to the screen P-Regression Functionality that used to work but no longer does. Add a test for this! O-WebGPU Specific to the WebGPU render API S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jan 14, 2026
@JMS55 JMS55 added this to the 0.18.1 milestone Jan 14, 2026
@IceSentry IceSentry added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it and removed S-Needs-Review Needs reviewer attention (from anyone!) to move forward labels Jan 14, 2026
@mockersf mockersf added this pull request to the merge queue Jan 14, 2026
Merged via the queue into bevyengine:main with commit 05aa426 Jan 14, 2026
49 checks passed
alice-i-cecile pushed a commit that referenced this pull request Mar 2, 2026
# Objective

- Update Bevy’s shader capabilities mapping to match wgpu 27’s validator
capabilities.
- make working with unpack2x16float and pack2x16float possible again

## Solution

- Added the missing SHADER_FLOAT16_IN_FLOAT32 and TEXTURE_EXTERNAL
capability checks in get_capabilities to mirror wgpu-core’s
create_validator.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-Rendering Drawing game state to the screen O-WebGPU Specific to the WebGPU render API P-Regression Functionality that used to work but no longer does. Add a test for this! S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it

Projects

No open projects
Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants